home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- rem *****************************************************************
- rem * HyperProtocol Dos Module batch file for RECEIVING files with
- rem * Telix. This was tested using version 3.12 of Telix
- rem *****************************************************************
- rem
- hyperp baud:%1 port:%2 receive %3
- echo File transfer completed.
- echo To return to your communications program,
- pause
- exit
-